bubblewindow: Make it relative to GtkWidget coordinates
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 11 Nov 2013 13:27:19 +0000 (14:27 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 22 Jan 2014 16:10:04 +0000 (17:10 +0100)
commit923da6a8b82677ee840a477124590dc8ca130237
tree9f30edbb79b209717a406c6de901b153eadf6141
parente506f67c9b672d2a887fde835dafc7b62cf85cb1
bubblewindow: Make it relative to GtkWidget coordinates

GdkWindows are gone now from the API, the pointed_to rectangle
is from now on relative to the widget allocation. GtkTextView
and GtkEntry were updated to adapt to this change.
gtk/gtkbubblewindow.c
gtk/gtkbubblewindowprivate.h
gtk/gtkentry.c
gtk/gtktextview.c